Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdorg.ow2.frascati.examples.scala |
ArtifactId | ArtifactIdhelloworld-pojo |
Last Version | Last Version1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOW2 FraSCAti Scala Examples: HelloWorld POJO
|
Filename | Size |
---|---|
helloworld-pojo-1.4.pom | |
helloworld-pojo-1.4.jar | 9 KB |
helloworld-pojo-1.4-sources.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.frascati.examples.scala/helloworld-pojo/ -->
<dependency>
<groupId>org.ow2.frascati.examples.scala</groupId>
<artifactId>helloworld-pojo</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.frascati.examples.scala/helloworld-pojo/
implementation 'org.ow2.frascati.examples.scala:helloworld-pojo:1.4'
// https://jarcasting.com/artifacts/org.ow2.frascati.examples.scala/helloworld-pojo/
implementation ("org.ow2.frascati.examples.scala:helloworld-pojo:1.4")
'org.ow2.frascati.examples.scala:helloworld-pojo:jar:1.4'
<dependency org="org.ow2.frascati.examples.scala" name="helloworld-pojo" rev="1.4">
<artifact name="helloworld-pojo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.frascati.examples.scala', module='helloworld-pojo', version='1.4')
)
libraryDependencies += "org.ow2.frascati.examples.scala" % "helloworld-pojo" % "1.4"
[org.ow2.frascati.examples.scala/helloworld-pojo "1.4"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.8.0 |
Group / Artifact | Type | Version |
---|---|---|
org.ow2.frascati : frascati-runtime-factory | jar | 1.4 |
org.ow2.frascati : frascati-explorer-api | jar | 1.4 |
Group / Artifact | Type | Version |
---|---|---|
org.ow2.frascati.examples.test : frascati-test | jar | 1.4 |