| Categories | CategoriesORM Data | 
|---|---|
| GroupId | GroupIdorg.objectweb.jorm | 
| ArtifactId | ArtifactIdjorm-compiler | 
| Last Version | Last Version2.9.3 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Description | 
| Filename | Size | 
|---|---|
| jorm-compiler-2.9.3.pom | |
| jorm-compiler-2.9.3.jar | 201 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.objectweb.jorm/jorm-compiler/ -->
<dependency>
    <groupId>org.objectweb.jorm</groupId>
    <artifactId>jorm-compiler</artifactId>
    <version>2.9.3</version>
</dependency>// https://jarcasting.com/artifacts/org.objectweb.jorm/jorm-compiler/
implementation 'org.objectweb.jorm:jorm-compiler:2.9.3'// https://jarcasting.com/artifacts/org.objectweb.jorm/jorm-compiler/
implementation ("org.objectweb.jorm:jorm-compiler:2.9.3")'org.objectweb.jorm:jorm-compiler:jar:2.9.3'<dependency org="org.objectweb.jorm" name="jorm-compiler" rev="2.9.3">
  <artifact name="jorm-compiler" type="jar" />
</dependency>@Grapes(
@Grab(group='org.objectweb.jorm', module='jorm-compiler', version='2.9.3')
)libraryDependencies += "org.objectweb.jorm" % "jorm-compiler" % "2.9.3"[org.objectweb.jorm/jorm-compiler "2.9.3"]