GroupId | GroupIdcom.techshroom |
---|---|
ArtifactId | ArtifactIdTSModCore |
Version | Version1.0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
TSModCore-1.0.0.3.pom | |
TSModCore-1.0.0.3.jar | 93 KB |
TSModCore-1.0.0.3-sources.jar | 37 KB |
TSModCore-1.0.0.3-javadoc.jar | 205 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.techshroom/TSModCore/ -->
<dependency>
<groupId>com.techshroom</groupId>
<artifactId>TSModCore</artifactId>
<version>1.0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.techshroom/TSModCore/
implementation 'com.techshroom:TSModCore:1.0.0.3'
// https://jarcasting.com/artifacts/com.techshroom/TSModCore/
implementation ("com.techshroom:TSModCore:1.0.0.3")
'com.techshroom:TSModCore:jar:1.0.0.3'
<dependency org="com.techshroom" name="TSModCore" rev="1.0.0.3">
<artifact name="TSModCore" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.techshroom', module='TSModCore', version='1.0.0.3')
)
libraryDependencies += "com.techshroom" % "TSModCore" % "1.0.0.3"
[com.techshroom/TSModCore "1.0.0.3"]