GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdcryptiles |
Version | Version2.0.5 |
Type | Typejar |
Filename | Size |
---|---|
cryptiles-2.0.5.pom | |
cryptiles-2.0.5.jar | 6 KB |
cryptiles-2.0.5-sources.jar | 22 bytes |
cryptiles-2.0.5-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/cryptiles/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>cryptiles</artifactId>
<version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/cryptiles/
implementation 'org.webjars.npm:cryptiles:2.0.5'
// https://jarcasting.com/artifacts/org.webjars.npm/cryptiles/
implementation ("org.webjars.npm:cryptiles:2.0.5")
'org.webjars.npm:cryptiles:jar:2.0.5'
<dependency org="org.webjars.npm" name="cryptiles" rev="2.0.5">
<artifact name="cryptiles" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='cryptiles', version='2.0.5')
)
libraryDependencies += "org.webjars.npm" % "cryptiles" % "2.0.5"
[org.webjars.npm/cryptiles "2.0.5"]