is not current version
Last Version 1.0.4

com.github.bigyan123:T1 1.0.3

Sample Arithmatic test library

GroupId

GroupId

com.github.bigyan123
ArtifactId

ArtifactId

T1
Version

Version

1.0.3
Type

Type

jar

Download T1 1.0.3


<!-- 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"]