# CoreModule

The `CoreModule` class defines general functions in the core module.

## Definition

*Package:* com.dynamsoft.core.basic_structures

```java
public final class CoreModule 
```

## Methods

| Method                                                    | Description                                        |
| --------------------------------------------------------- | -------------------------------------------------- |
| [`getVersion`](#getversion)                                     | Returns the version of the core module. |

### getVersion

Returns the version of the core module.

```java
public static String getVersion()
```

**Return Value**

Returns a string representing the version of the core module.
