Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.redhatqe.byzantine |
ArtifactId | ArtifactIdbyzantine |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
byzantine-0.1.0.pom | |
byzantine-0.1.0.jar | 31 KB |
byzantine-0.1.0-sources.jar | 12 KB |
byzantine-0.1.0-javadoc.jar | 86 KB |
byzantine-0.1.0-all.jar | 10 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.redhatqe.byzantine/byzantine/ -->
<dependency>
<groupId>com.github.redhatqe.byzantine</groupId>
<artifactId>byzantine</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.redhatqe.byzantine/byzantine/
implementation 'com.github.redhatqe.byzantine:byzantine:0.1.0'
// https://jarcasting.com/artifacts/com.github.redhatqe.byzantine/byzantine/
implementation ("com.github.redhatqe.byzantine:byzantine:0.1.0")
'com.github.redhatqe.byzantine:byzantine:jar:0.1.0'
<dependency org="com.github.redhatqe.byzantine" name="byzantine" rev="0.1.0">
<artifact name="byzantine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.redhatqe.byzantine', module='byzantine', version='0.1.0')
)
libraryDependencies += "com.github.redhatqe.byzantine" % "byzantine" % "0.1.0"
[com.github.redhatqe.byzantine/byzantine "0.1.0"]