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