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