| License |
License |
|---|---|
| GroupId | GroupIdorg.fastlight |
| ArtifactId | ArtifactIdexample |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
Descriptionjava fastaop parent dependencies
|
| Filename | Size |
|---|---|
| example-1.0.1.pom | |
| example-1.0.1.jar | 3 MB |
| example-1.0.1-sources.jar | 2 KB |
| example-1.0.1-javadoc.jar | 42 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.fastlight/example/ -->
<dependency>
<groupId>org.fastlight</groupId>
<artifactId>example</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.fastlight/example/
implementation 'org.fastlight:example:1.0.1'
// https://jarcasting.com/artifacts/org.fastlight/example/
implementation ("org.fastlight:example:1.0.1")
'org.fastlight:example:jar:1.0.1'
<dependency org="org.fastlight" name="example" rev="1.0.1">
<artifact name="example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fastlight', module='example', version='1.0.1')
)
libraryDependencies += "org.fastlight" % "example" % "1.0.1"
[org.fastlight/example "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.fastlight : fastaop | jar | 1.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13 |