is not current version
Last Version 1.4.0

com.github.jsr-330:core 1.2.0

Basic module for JSR-330

GroupId

GroupId

com.github.jsr-330
ArtifactId

ArtifactId

core
Version

Version

1.2.0
Type

Type

jar

Download core 1.2.0


<!-- https://jarcasting.com/artifacts/com.github.jsr-330/core/ -->
<dependency>
    <groupId>com.github.jsr-330</groupId>
    <artifactId>core</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jsr-330/core/
implementation 'com.github.jsr-330:core:1.2.0'
// https://jarcasting.com/artifacts/com.github.jsr-330/core/
implementation ("com.github.jsr-330:core:1.2.0")
'com.github.jsr-330:core:jar:1.2.0'
<dependency org="com.github.jsr-330" name="core" rev="1.2.0">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jsr-330', module='core', version='1.2.0')
)
libraryDependencies += "com.github.jsr-330" % "core" % "1.2.0"
[com.github.jsr-330/core "1.2.0"]