Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdorg.hyperscala |
ArtifactId | ArtifactIdhyperscala-core_2.9.2 |
Version | Version0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.hyperscala/hyperscala-core_2.9.2/ -->
<dependency>
<groupId>org.hyperscala</groupId>
<artifactId>hyperscala-core_2.9.2</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.hyperscala/hyperscala-core_2.9.2/
implementation 'org.hyperscala:hyperscala-core_2.9.2:0.2'
// https://jarcasting.com/artifacts/org.hyperscala/hyperscala-core_2.9.2/
implementation ("org.hyperscala:hyperscala-core_2.9.2:0.2")
'org.hyperscala:hyperscala-core_2.9.2:jar:0.2'
<dependency org="org.hyperscala" name="hyperscala-core_2.9.2" rev="0.2">
<artifact name="hyperscala-core_2.9.2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hyperscala', module='hyperscala-core_2.9.2', version='0.2')
)
libraryDependencies += "org.hyperscala" % "hyperscala-core_2.9.2" % "0.2"
[org.hyperscala/hyperscala-core_2.9.2 "0.2"]