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