# LicenseModule

The `LicenseModule` class defines general functions in the license module.

## Definition

*Package:* com.dynamsoft.license

```java
public class LicenseModule 
```

## Methods

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

### getVersion

Returns the version of the license module.

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

**Return Value**

Returns a string representing the version of the license module.
