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