Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.jpattern |
ArtifactId | ArtifactIdjporm-api |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
jporm-api-2.0.1.pom | |
jporm-api-2.0.1.jar | 166 KB |
jporm-api-2.0.1-sources.jar | 104 KB |
jporm-api-2.0.1-javadoc.jar | 921 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jpattern/jporm-api/ -->
<dependency>
<groupId>com.jpattern</groupId>
<artifactId>jporm-api</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jpattern/jporm-api/
implementation 'com.jpattern:jporm-api:2.0.1'
// https://jarcasting.com/artifacts/com.jpattern/jporm-api/
implementation ("com.jpattern:jporm-api:2.0.1")
'com.jpattern:jporm-api:jar:2.0.1'
<dependency org="com.jpattern" name="jporm-api" rev="2.0.1">
<artifact name="jporm-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jpattern', module='jporm-api', version='2.0.1')
)
libraryDependencies += "com.jpattern" % "jporm-api" % "2.0.1"
[com.jpattern/jporm-api "2.0.1"]