# UtilityModule

The `UtilityModule` class defines general functions in the utility module.

## Definition

*Package:* com.dynamsoft.utility

```java
public class UtilityModule
```

## Methods

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

### getVersion

Returns the version of the utility module.

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

**Return Value**

Returns a string representing the version of the utility module.
