GroupId | GroupIdcom.github.bigyan123 |
---|---|
ArtifactId | ArtifactIdT1 |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
T1-1.0.2.pom | |
T1-1.0.2.jar | 3 KB |
T1-1.0.2-sources.jar | 1 KB |
T1-1.0.2-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bigyan123/T1/ -->
<dependency>
<groupId>com.github.bigyan123</groupId>
<artifactId>T1</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bigyan123/T1/
implementation 'com.github.bigyan123:T1:1.0.2'
// https://jarcasting.com/artifacts/com.github.bigyan123/T1/
implementation ("com.github.bigyan123:T1:1.0.2")
'com.github.bigyan123:T1:jar:1.0.2'
<dependency org="com.github.bigyan123" name="T1" rev="1.0.2">
<artifact name="T1" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bigyan123', module='T1', version='1.0.2')
)
libraryDependencies += "com.github.bigyan123" % "T1" % "1.0.2"
[com.github.bigyan123/T1 "1.0.2"]