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