GroupId | GroupIdone.empty3 |
---|---|
ArtifactId | ArtifactIdfeature |
Version | Version2020.4.3 |
Type | Typejar |
Filename | Size |
---|---|
feature-2020.4.3.pom | |
feature-2020.4.3.jar | 204 KB |
feature-2020.4.3-sources.jar | 75 KB |
feature-2020.4.3-javadoc.jar | 780 KB |
Browse |
<!-- https://jarcasting.com/artifacts/one.empty3/feature/ -->
<dependency>
<groupId>one.empty3</groupId>
<artifactId>feature</artifactId>
<version>2020.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/one.empty3/feature/
implementation 'one.empty3:feature:2020.4.3'
// https://jarcasting.com/artifacts/one.empty3/feature/
implementation ("one.empty3:feature:2020.4.3")
'one.empty3:feature:jar:2020.4.3'
<dependency org="one.empty3" name="feature" rev="2020.4.3">
<artifact name="feature" type="jar" />
</dependency>
@Grapes(
@Grab(group='one.empty3', module='feature', version='2020.4.3')
)
libraryDependencies += "one.empty3" % "feature" % "2020.4.3"
[one.empty3/feature "2020.4.3"]