GroupId | GroupIdcom.github.anymaker |
---|---|
ArtifactId | ArtifactIdtncomputer |
Version | Version0.0.10 |
Type | Typejar |
Filename | Size |
---|---|
tncomputer-0.0.10.pom | |
tncomputer-0.0.10.jar | 165 KB |
tncomputer-0.0.10-sources.jar | 82 KB |
tncomputer-0.0.10-javadoc.jar | 641 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.anymaker/tncomputer/ -->
<dependency>
<groupId>com.github.anymaker</groupId>
<artifactId>tncomputer</artifactId>
<version>0.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.anymaker/tncomputer/
implementation 'com.github.anymaker:tncomputer:0.0.10'
// https://jarcasting.com/artifacts/com.github.anymaker/tncomputer/
implementation ("com.github.anymaker:tncomputer:0.0.10")
'com.github.anymaker:tncomputer:jar:0.0.10'
<dependency org="com.github.anymaker" name="tncomputer" rev="0.0.10">
<artifact name="tncomputer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.anymaker', module='tncomputer', version='0.0.10')
)
libraryDependencies += "com.github.anymaker" % "tncomputer" % "0.0.10"
[com.github.anymaker/tncomputer "0.0.10"]