# LicenseModule

The `LicenseModule` class represents the license module, which provides general functions for managing licenses.

## Definition

*Namespace:* com.dynamsoft.license

*Assembly:* DynamsoftCaptureVisionBundle.aar

```java
class LicenseModule
```

## Methods

| Method | Description |
| ------ | ----------- |
| [`getVersion`](#getversion) | Get the version of Dynamsoft License module. |

### getVersion

Get the version of Dynamsoft License module.

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

**Return Value**

The version of Dynamsoft License module.
