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