License |
License |
---|---|
GroupId | GroupIdcom.github.bigyan123 |
ArtifactId | ArtifactIdt2 |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAritmetic Test Library
Sample Arithmatic test library
|
Filename | Size |
---|---|
t2-1.0.1.pom | |
t2-1.0.1.jar | 3 KB |
t2-1.0.1-sources.jar | 1 KB |
t2-1.0.1-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bigyan123/t2/ -->
<dependency>
<groupId>com.github.bigyan123</groupId>
<artifactId>t2</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bigyan123/t2/
implementation 'com.github.bigyan123:t2:1.0.1'
// https://jarcasting.com/artifacts/com.github.bigyan123/t2/
implementation ("com.github.bigyan123:t2:1.0.1")
'com.github.bigyan123:t2:jar:1.0.1'
<dependency org="com.github.bigyan123" name="t2" rev="1.0.1">
<artifact name="t2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bigyan123', module='t2', version='1.0.1')
)
libraryDependencies += "com.github.bigyan123" % "t2" % "1.0.1"
[com.github.bigyan123/t2 "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |