| GroupId | GroupIdsk.seges.corpis |
|---|---|
| ArtifactId | ArtifactIdcorpis-test |
| Version | Version1.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| corpis-test-1.1.1.pom | |
| corpis-test-1.1.1.jar | 4 KB |
| corpis-test-1.1.1-sources.jar | 3 KB |
| corpis-test-1.1.1-javadoc.jar | 22 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/sk.seges.corpis/corpis-test/ -->
<dependency>
<groupId>sk.seges.corpis</groupId>
<artifactId>corpis-test</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/sk.seges.corpis/corpis-test/
implementation 'sk.seges.corpis:corpis-test:1.1.1'
// https://jarcasting.com/artifacts/sk.seges.corpis/corpis-test/
implementation ("sk.seges.corpis:corpis-test:1.1.1")
'sk.seges.corpis:corpis-test:jar:1.1.1'
<dependency org="sk.seges.corpis" name="corpis-test" rev="1.1.1">
<artifact name="corpis-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='sk.seges.corpis', module='corpis-test', version='1.1.1')
)
libraryDependencies += "sk.seges.corpis" % "corpis-test" % "1.1.1"
[sk.seges.corpis/corpis-test "1.1.1"]