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