| License |
License |
|---|---|
| GroupId | GroupIdorg.xerial.example |
| ArtifactId | ArtifactIdexample_2.10 |
| Version | Version0.1.1 |
| Type | Typejar |
| Description |
Descriptionexample
example
|
| Project URL |
Project URL |
| Project Organization |
Project Organizationorg.xerial.example |
| Filename | Size |
|---|---|
| example_2.10-0.1.1.pom | |
| example_2.10-0.1.1.jar | 271 bytes |
| example_2.10-0.1.1-sources.jar | 247 bytes |
| example_2.10-0.1.1-javadoc.jar | 189 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.xerial.example/example_2.10/ -->
<dependency>
<groupId>org.xerial.example</groupId>
<artifactId>example_2.10</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.xerial.example/example_2.10/
implementation 'org.xerial.example:example_2.10:0.1.1'
// https://jarcasting.com/artifacts/org.xerial.example/example_2.10/
implementation ("org.xerial.example:example_2.10:0.1.1")
'org.xerial.example:example_2.10:jar:0.1.1'
<dependency org="org.xerial.example" name="example_2.10" rev="0.1.1">
<artifact name="example_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xerial.example', module='example_2.10', version='0.1.1')
)
libraryDependencies += "org.xerial.example" % "example_2.10" % "0.1.1"
[org.xerial.example/example_2.10 "0.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.10.3 |