GroupId | GroupIdde.mirkosertic.bytecoder |
---|---|
ArtifactId | ArtifactIdbytecoder-integrationtest |
Version | Version2018-01-01 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/de.mirkosertic.bytecoder/bytecoder-integrationtest/ -->
<dependency>
<groupId>de.mirkosertic.bytecoder</groupId>
<artifactId>bytecoder-integrationtest</artifactId>
<version>2018-01-01</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/de.mirkosertic.bytecoder/bytecoder-integrationtest/
implementation 'de.mirkosertic.bytecoder:bytecoder-integrationtest:2018-01-01'
// https://jarcasting.com/artifacts/de.mirkosertic.bytecoder/bytecoder-integrationtest/
implementation ("de.mirkosertic.bytecoder:bytecoder-integrationtest:2018-01-01")
'de.mirkosertic.bytecoder:bytecoder-integrationtest:war:2018-01-01'
<dependency org="de.mirkosertic.bytecoder" name="bytecoder-integrationtest" rev="2018-01-01">
<artifact name="bytecoder-integrationtest" type="war" />
</dependency>
@Grapes(
@Grab(group='de.mirkosertic.bytecoder', module='bytecoder-integrationtest', version='2018-01-01')
)
libraryDependencies += "de.mirkosertic.bytecoder" % "bytecoder-integrationtest" % "2018-01-01"
[de.mirkosertic.bytecoder/bytecoder-integrationtest "2018-01-01"]