| License | License | 
|---|---|
| GroupId | GroupIdorg.openscoring | 
| ArtifactId | ArtifactIdopenscoring | 
| Last Version | Last Version2.1.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionOpenscoring REST web service for scoring PMML models | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| openscoring-2.1.0.pom | 9 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.openscoring/openscoring/ -->
<dependency>
    <groupId>org.openscoring</groupId>
    <artifactId>openscoring</artifactId>
    <version>2.1.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.openscoring/openscoring/
implementation 'org.openscoring:openscoring:2.1.0'// https://jarcasting.com/artifacts/org.openscoring/openscoring/
implementation ("org.openscoring:openscoring:2.1.0")'org.openscoring:openscoring:pom:2.1.0'<dependency org="org.openscoring" name="openscoring" rev="2.1.0">
  <artifact name="openscoring" type="pom" />
</dependency>@Grapes(
@Grab(group='org.openscoring', module='openscoring', version='2.1.0')
)libraryDependencies += "org.openscoring" % "openscoring" % "2.1.0"[org.openscoring/openscoring "2.1.0"]