GroupId | GroupIdorg.openscoring |
---|---|
ArtifactId | ArtifactIdopenscoring-service |
Version | Version2.0.3 |
Type | Typejar |
Filename | Size |
---|---|
openscoring-service-2.0.3.pom | |
openscoring-service-2.0.3.jar | 55 KB |
openscoring-service-2.0.3-sources.jar | 30 KB |
openscoring-service-2.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.openscoring/openscoring-service/
implementation 'org.openscoring:openscoring-service:2.0.3'
// https://jarcasting.com/artifacts/org.openscoring/openscoring-service/
implementation ("org.openscoring:openscoring-service:2.0.3")
'org.openscoring:openscoring-service:jar:2.0.3'
<dependency org="org.openscoring" name="openscoring-service" rev="2.0.3">
<artifact name="openscoring-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openscoring', module='openscoring-service', version='2.0.3')
)
libraryDependencies += "org.openscoring" % "openscoring-service" % "2.0.3"
[org.openscoring/openscoring-service "2.0.3"]