| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdio.bayonet |
| ArtifactId | ArtifactIdBayonetJava |
| Last Version | Last Version2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionBayonet Java
Java SDK to connect to Bayonet APIs
|
| Filename | Size |
|---|---|
| BayonetJava-2.0.pom | |
| BayonetJava-2.0.jar | 46 KB |
| BayonetJava-2.0-sources.jar | 25 KB |
| BayonetJava-2.0-javadoc.jar | 115 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.bayonet/BayonetJava/ -->
<dependency>
<groupId>io.bayonet</groupId>
<artifactId>BayonetJava</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.bayonet/BayonetJava/
implementation 'io.bayonet:BayonetJava:2.0'
// https://jarcasting.com/artifacts/io.bayonet/BayonetJava/
implementation ("io.bayonet:BayonetJava:2.0")
'io.bayonet:BayonetJava:jar:2.0'
<dependency org="io.bayonet" name="BayonetJava" rev="2.0">
<artifact name="BayonetJava" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bayonet', module='BayonetJava', version='2.0')
)
libraryDependencies += "io.bayonet" % "BayonetJava" % "2.0"
[io.bayonet/BayonetJava "2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.gson : gson | jar | 2.8.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |