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