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