Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.jpattern |
ArtifactId | ArtifactIdjporm-test-base |
Version | Version5.0.0-rc2 |
Type | Typejar |
Filename | Size |
---|---|
jporm-test-base-5.0.0-rc2.pom | |
jporm-test-base-5.0.0-rc2.jar | 85 KB |
jporm-test-base-5.0.0-rc2-sources.jar | 42 KB |
jporm-test-base-5.0.0-rc2-javadoc.jar | 321 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jpattern/jporm-test-base/ -->
<dependency>
<groupId>com.jpattern</groupId>
<artifactId>jporm-test-base</artifactId>
<version>5.0.0-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/com.jpattern/jporm-test-base/
implementation 'com.jpattern:jporm-test-base:5.0.0-rc2'
// https://jarcasting.com/artifacts/com.jpattern/jporm-test-base/
implementation ("com.jpattern:jporm-test-base:5.0.0-rc2")
'com.jpattern:jporm-test-base:jar:5.0.0-rc2'
<dependency org="com.jpattern" name="jporm-test-base" rev="5.0.0-rc2">
<artifact name="jporm-test-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jpattern', module='jporm-test-base', version='5.0.0-rc2')
)
libraryDependencies += "com.jpattern" % "jporm-test-base" % "5.0.0-rc2"
[com.jpattern/jporm-test-base "5.0.0-rc2"]