GroupId | GroupIdcom.github.bigyan123 |
---|---|
ArtifactId | ArtifactIdT1 |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
T1-1.0.3.pom | |
T1-1.0.3.jar | 3 KB |
T1-1.0.3-sources.jar | 1 KB |
T1-1.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bigyan123/T1/
implementation 'com.github.bigyan123:T1:1.0.3'
// https://jarcasting.com/artifacts/com.github.bigyan123/T1/
implementation ("com.github.bigyan123:T1:1.0.3")
'com.github.bigyan123:T1:jar:1.0.3'
<dependency org="com.github.bigyan123" name="T1" rev="1.0.3">
<artifact name="T1" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bigyan123', module='T1', version='1.0.3')
)
libraryDependencies += "com.github.bigyan123" % "T1" % "1.0.3"
[com.github.bigyan123/T1 "1.0.3"]