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