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