Categories |
CategoriesAxon Application Layer Libs Distributed Applications |
---|---|
GroupId | GroupIdcom.taxonic.carml |
ArtifactId | ArtifactIdcarml |
Version | Version0.3.1 |
Type | Typepom |
Filename | Size |
---|---|
carml-0.3.1.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.taxonic.carml/carml/ -->
<dependency>
<groupId>com.taxonic.carml</groupId>
<artifactId>carml</artifactId>
<version>0.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.taxonic.carml/carml/
implementation 'com.taxonic.carml:carml:0.3.1'
// https://jarcasting.com/artifacts/com.taxonic.carml/carml/
implementation ("com.taxonic.carml:carml:0.3.1")
'com.taxonic.carml:carml:pom:0.3.1'
<dependency org="com.taxonic.carml" name="carml" rev="0.3.1">
<artifact name="carml" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.taxonic.carml', module='carml', version='0.3.1')
)
libraryDependencies += "com.taxonic.carml" % "carml" % "0.3.1"
[com.taxonic.carml/carml "0.3.1"]