License |
License |
---|---|
GroupId | GroupIdcom.github.bigyan123 |
ArtifactId | ArtifactIdT1 |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAritmetic Test Library
Sample Arithmatic test library
|
Filename | Size |
---|---|
T1-1.0.4.pom | |
T1-1.0.4.jar | 3 KB |
T1-1.0.4-sources.jar | 1 KB |
T1-1.0.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bigyan123/T1/
implementation 'com.github.bigyan123:T1:1.0.4'
// https://jarcasting.com/artifacts/com.github.bigyan123/T1/
implementation ("com.github.bigyan123:T1:1.0.4")
'com.github.bigyan123:T1:jar:1.0.4'
<dependency org="com.github.bigyan123" name="T1" rev="1.0.4">
<artifact name="T1" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bigyan123', module='T1', version='1.0.4')
)
libraryDependencies += "com.github.bigyan123" % "T1" % "1.0.4"
[com.github.bigyan123/T1 "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |