GroupId | GroupIdcom.streetcodevn |
---|---|
ArtifactId | ArtifactIdntc-jcrypto |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
ntc-jcrypto-1.0.1.pom | |
ntc-jcrypto-1.0.1.jar | 12 KB |
ntc-jcrypto-1.0.1-sources.jar | 13 KB |
ntc-jcrypto-1.0.1-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.streetcodevn/ntc-jcrypto/ -->
<dependency>
<groupId>com.streetcodevn</groupId>
<artifactId>ntc-jcrypto</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.streetcodevn/ntc-jcrypto/
implementation 'com.streetcodevn:ntc-jcrypto:1.0.1'
// https://jarcasting.com/artifacts/com.streetcodevn/ntc-jcrypto/
implementation ("com.streetcodevn:ntc-jcrypto:1.0.1")
'com.streetcodevn:ntc-jcrypto:jar:1.0.1'
<dependency org="com.streetcodevn" name="ntc-jcrypto" rev="1.0.1">
<artifact name="ntc-jcrypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.streetcodevn', module='ntc-jcrypto', version='1.0.1')
)
libraryDependencies += "com.streetcodevn" % "ntc-jcrypto" % "1.0.1"
[com.streetcodevn/ntc-jcrypto "1.0.1"]