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