| License | License | 
|---|---|
| Categories | CategoriesORM Data | 
| GroupId | GroupIdcom.nexitia.emaginplatform | 
| ArtifactId | ArtifactIdemagin-core | 
| Last Version | Last Version11.1 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionEmagin commons Emagin commons | 
| Project URL | Project URL | 
| Project Organization | Project OrganizationNEXITIA | 
| Filename | Size | 
|---|---|
| emagin-core-11.1.pom | 25 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.nexitia.emaginplatform/emagin-core/ -->
<dependency>
    <groupId>com.nexitia.emaginplatform</groupId>
    <artifactId>emagin-core</artifactId>
    <version>11.1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.nexitia.emaginplatform/emagin-core/
implementation 'com.nexitia.emaginplatform:emagin-core:11.1'// https://jarcasting.com/artifacts/com.nexitia.emaginplatform/emagin-core/
implementation ("com.nexitia.emaginplatform:emagin-core:11.1")'com.nexitia.emaginplatform:emagin-core:pom:11.1'<dependency org="com.nexitia.emaginplatform" name="emagin-core" rev="11.1">
  <artifact name="emagin-core" type="pom" />
</dependency>@Grapes(
@Grab(group='com.nexitia.emaginplatform', module='emagin-core', version='11.1')
)libraryDependencies += "com.nexitia.emaginplatform" % "emagin-core" % "11.1"[com.nexitia.emaginplatform/emagin-core "11.1"]