GroupId | GroupIdcom.iheart |
---|---|
ArtifactId | ArtifactIdthomas-dynamo_2.12 |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
thomas-dynamo_2.12-1.0.0.pom | |
thomas-dynamo_2.12-1.0.0.jar | 84 KB |
thomas-dynamo_2.12-1.0.0-sources.jar | 5 KB |
thomas-dynamo_2.12-1.0.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.iheart/thomas-dynamo_2.12/ -->
<dependency>
<groupId>com.iheart</groupId>
<artifactId>thomas-dynamo_2.12</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.iheart/thomas-dynamo_2.12/
implementation 'com.iheart:thomas-dynamo_2.12:1.0.0'
// https://jarcasting.com/artifacts/com.iheart/thomas-dynamo_2.12/
implementation ("com.iheart:thomas-dynamo_2.12:1.0.0")
'com.iheart:thomas-dynamo_2.12:jar:1.0.0'
<dependency org="com.iheart" name="thomas-dynamo_2.12" rev="1.0.0">
<artifact name="thomas-dynamo_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.iheart', module='thomas-dynamo_2.12', version='1.0.0')
)
libraryDependencies += "com.iheart" % "thomas-dynamo_2.12" % "1.0.0"
[com.iheart/thomas-dynamo_2.12 "1.0.0"]