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