| GroupId | GroupIdsk.seges.acris |
|---|---|
| ArtifactId | ArtifactIdacris-test-support |
| Version | Version1.2.0 |
| Type | Typewar |
| Filename | Size |
|---|---|
| acris-test-support-1.2.0.pom | |
| acris-test-support-1.2.0.war | 60 MB |
| acris-test-support-1.2.0-sources.jar | 166 KB |
| acris-test-support-1.2.0-javadoc.jar | 150 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/sk.seges.acris/acris-test-support/ -->
<dependency>
<groupId>sk.seges.acris</groupId>
<artifactId>acris-test-support</artifactId>
<version>1.2.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/sk.seges.acris/acris-test-support/
implementation 'sk.seges.acris:acris-test-support:1.2.0'
// https://jarcasting.com/artifacts/sk.seges.acris/acris-test-support/
implementation ("sk.seges.acris:acris-test-support:1.2.0")
'sk.seges.acris:acris-test-support:war:1.2.0'
<dependency org="sk.seges.acris" name="acris-test-support" rev="1.2.0">
<artifact name="acris-test-support" type="war" />
</dependency>
@Grapes(
@Grab(group='sk.seges.acris', module='acris-test-support', version='1.2.0')
)
libraryDependencies += "sk.seges.acris" % "acris-test-support" % "1.2.0"
[sk.seges.acris/acris-test-support "1.2.0"]