| GroupId | GroupIdcom.clovellytech |
|---|---|
| ArtifactId | ArtifactIdtsec-common_2.12 |
| Version | Version0.2.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tsec-common_2.12-0.2.0.2.pom | |
| tsec-common_2.12-0.2.0.2.jar | 167 KB |
| tsec-common_2.12-0.2.0.2-sources.jar | 18 KB |
| tsec-common_2.12-0.2.0.2-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.clovellytech/tsec-common_2.12/ -->
<dependency>
<groupId>com.clovellytech</groupId>
<artifactId>tsec-common_2.12</artifactId>
<version>0.2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.clovellytech/tsec-common_2.12/
implementation 'com.clovellytech:tsec-common_2.12:0.2.0.2'
// https://jarcasting.com/artifacts/com.clovellytech/tsec-common_2.12/
implementation ("com.clovellytech:tsec-common_2.12:0.2.0.2")
'com.clovellytech:tsec-common_2.12:jar:0.2.0.2'
<dependency org="com.clovellytech" name="tsec-common_2.12" rev="0.2.0.2">
<artifact name="tsec-common_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.clovellytech', module='tsec-common_2.12', version='0.2.0.2')
)
libraryDependencies += "com.clovellytech" % "tsec-common_2.12" % "0.2.0.2"
[com.clovellytech/tsec-common_2.12 "0.2.0.2"]