Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.ccheptea.auto.value |
ArtifactId | ArtifactIdauto-value-node |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
auto-value-node-0.1.3.pom | |
auto-value-node-0.1.3.jar | 35 KB |
auto-value-node-0.1.3-sources.jar | 18 KB |
auto-value-node-0.1.3-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ccheptea.auto.value/auto-value-node/ -->
<dependency>
<groupId>com.ccheptea.auto.value</groupId>
<artifactId>auto-value-node</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.ccheptea.auto.value/auto-value-node/
implementation 'com.ccheptea.auto.value:auto-value-node:0.1.3'
// https://jarcasting.com/artifacts/com.ccheptea.auto.value/auto-value-node/
implementation ("com.ccheptea.auto.value:auto-value-node:0.1.3")
'com.ccheptea.auto.value:auto-value-node:jar:0.1.3'
<dependency org="com.ccheptea.auto.value" name="auto-value-node" rev="0.1.3">
<artifact name="auto-value-node" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ccheptea.auto.value', module='auto-value-node', version='0.1.3')
)
libraryDependencies += "com.ccheptea.auto.value" % "auto-value-node" % "0.1.3"
[com.ccheptea.auto.value/auto-value-node "0.1.3"]