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