Categories |
CategoriesNet |
---|---|
GroupId | GroupIdit.netgrid |
ArtifactId | ArtifactIdjwcrc |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
jwcrc-0.0.2.pom | |
jwcrc-0.0.2.jar | 119 KB |
jwcrc-0.0.2-sources.jar | 62 KB |
jwcrc-0.0.2-javadoc.jar | 697 KB |
Browse |
<!-- https://jarcasting.com/artifacts/it.netgrid/jwcrc/ -->
<dependency>
<groupId>it.netgrid</groupId>
<artifactId>jwcrc</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/it.netgrid/jwcrc/
implementation 'it.netgrid:jwcrc:0.0.2'
// https://jarcasting.com/artifacts/it.netgrid/jwcrc/
implementation ("it.netgrid:jwcrc:0.0.2")
'it.netgrid:jwcrc:jar:0.0.2'
<dependency org="it.netgrid" name="jwcrc" rev="0.0.2">
<artifact name="jwcrc" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.netgrid', module='jwcrc', version='0.0.2')
)
libraryDependencies += "it.netgrid" % "jwcrc" % "0.0.2"
[it.netgrid/jwcrc "0.0.2"]