Categories |
CategoriesWire Data Data Structures ORM |
---|---|
GroupId | GroupIdws.argo.wireline |
ArtifactId | ArtifactIdArgoWirelineFormat |
Version | Version0.3.1 |
Type | Typejar |
Filename | Size |
---|---|
ArgoWirelineFormat-0.3.1.pom | |
ArgoWirelineFormat-0.3.1.jar | 42 KB |
ArgoWirelineFormat-0.3.1-sources.jar | 27 KB |
ArgoWirelineFormat-0.3.1-javadoc.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ws.argo.wireline/ArgoWirelineFormat/ -->
<dependency>
<groupId>ws.argo.wireline</groupId>
<artifactId>ArgoWirelineFormat</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/ws.argo.wireline/ArgoWirelineFormat/
implementation 'ws.argo.wireline:ArgoWirelineFormat:0.3.1'
// https://jarcasting.com/artifacts/ws.argo.wireline/ArgoWirelineFormat/
implementation ("ws.argo.wireline:ArgoWirelineFormat:0.3.1")
'ws.argo.wireline:ArgoWirelineFormat:jar:0.3.1'
<dependency org="ws.argo.wireline" name="ArgoWirelineFormat" rev="0.3.1">
<artifact name="ArgoWirelineFormat" type="jar" />
</dependency>
@Grapes(
@Grab(group='ws.argo.wireline', module='ArgoWirelineFormat', version='0.3.1')
)
libraryDependencies += "ws.argo.wireline" % "ArgoWirelineFormat" % "0.3.1"
[ws.argo.wireline/ArgoWirelineFormat "0.3.1"]