Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.github.dexafree |
ArtifactId | ArtifactIdsimplesec |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
simplesec-1.0.2.pom | |
simplesec-1.0.2.jar | 7 KB |
simplesec-1.0.2-tests.jar | 261 bytes |
simplesec-1.0.2-sources.jar | 261 bytes |
simplesec-1.0.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dexafree/simplesec/ -->
<dependency>
<groupId>com.github.dexafree</groupId>
<artifactId>simplesec</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dexafree/simplesec/
implementation 'com.github.dexafree:simplesec:1.0.2'
// https://jarcasting.com/artifacts/com.github.dexafree/simplesec/
implementation ("com.github.dexafree:simplesec:1.0.2")
'com.github.dexafree:simplesec:jar:1.0.2'
<dependency org="com.github.dexafree" name="simplesec" rev="1.0.2">
<artifact name="simplesec" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dexafree', module='simplesec', version='1.0.2')
)
libraryDependencies += "com.github.dexafree" % "simplesec" % "1.0.2"
[com.github.dexafree/simplesec "1.0.2"]