GroupId | GroupIdorg.openscoring |
---|---|
ArtifactId | ArtifactIdopenscoring-service |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
openscoring-service-1.3.0.pom | |
openscoring-service-1.3.0.jar | 47 KB |
openscoring-service-1.3.0-sources.jar | 22 KB |
openscoring-service-1.3.0-javadoc.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openscoring/openscoring-service/ -->
<dependency>
<groupId>org.openscoring</groupId>
<artifactId>openscoring-service</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.openscoring/openscoring-service/
implementation 'org.openscoring:openscoring-service:1.3.0'
// https://jarcasting.com/artifacts/org.openscoring/openscoring-service/
implementation ("org.openscoring:openscoring-service:1.3.0")
'org.openscoring:openscoring-service:jar:1.3.0'
<dependency org="org.openscoring" name="openscoring-service" rev="1.3.0">
<artifact name="openscoring-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openscoring', module='openscoring-service', version='1.3.0')
)
libraryDependencies += "org.openscoring" % "openscoring-service" % "1.3.0"
[org.openscoring/openscoring-service "1.3.0"]