GroupId | GroupIdde.codescape.bitvunit |
---|---|
ArtifactId | ArtifactIdbitvunit-samples |
Version | Version0.12 |
Type | Typewar |
Filename | Size |
---|---|
bitvunit-samples-0.12.pom | |
bitvunit-samples-0.12.war | 3 KB |
bitvunit-samples-0.12-sources.jar | 591 bytes |
bitvunit-samples-0.12-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.codescape.bitvunit/bitvunit-samples/ -->
<dependency>
<groupId>de.codescape.bitvunit</groupId>
<artifactId>bitvunit-samples</artifactId>
<version>0.12</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/de.codescape.bitvunit/bitvunit-samples/
implementation 'de.codescape.bitvunit:bitvunit-samples:0.12'
// https://jarcasting.com/artifacts/de.codescape.bitvunit/bitvunit-samples/
implementation ("de.codescape.bitvunit:bitvunit-samples:0.12")
'de.codescape.bitvunit:bitvunit-samples:war:0.12'
<dependency org="de.codescape.bitvunit" name="bitvunit-samples" rev="0.12">
<artifact name="bitvunit-samples" type="war" />
</dependency>
@Grapes(
@Grab(group='de.codescape.bitvunit', module='bitvunit-samples', version='0.12')
)
libraryDependencies += "de.codescape.bitvunit" % "bitvunit-samples" % "0.12"
[de.codescape.bitvunit/bitvunit-samples "0.12"]