GroupId | GroupIdorg.polystat.odin |
---|---|
ArtifactId | ArtifactIdcore_3 |
Version | Version0.4.1 |
Type | Typejar |
Filename | Size |
---|---|
core_3-0.4.1.pom | |
core_3-0.4.1.jar | 127 KB |
core_3-0.4.1-tests.jar | 6 KB |
core_3-0.4.1-tests-sources.jar | 6 KB |
core_3-0.4.1-tests-javadoc.jar | 189 bytes |
core_3-0.4.1-sources.jar | 2 KB |
core_3-0.4.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.polystat.odin/core_3/ -->
<dependency>
<groupId>org.polystat.odin</groupId>
<artifactId>core_3</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.polystat.odin/core_3/
implementation 'org.polystat.odin:core_3:0.4.1'
// https://jarcasting.com/artifacts/org.polystat.odin/core_3/
implementation ("org.polystat.odin:core_3:0.4.1")
'org.polystat.odin:core_3:jar:0.4.1'
<dependency org="org.polystat.odin" name="core_3" rev="0.4.1">
<artifact name="core_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.polystat.odin', module='core_3', version='0.4.1')
)
libraryDependencies += "org.polystat.odin" % "core_3" % "0.4.1"
[org.polystat.odin/core_3 "0.4.1"]