GroupId | GroupIdcom.github.davidmoten |
---|---|
ArtifactId | ArtifactIdexample |
Version | Version1.6.0.2 |
Type | Typejar |
Filename | Size |
---|---|
example-1.6.0.2.pom | |
example-1.6.0.2.jar | 8 KB |
example-1.6.0.2-sources.jar | 3 KB |
example-1.6.0.2-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.davidmoten/example/ -->
<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>example</artifactId>
<version>1.6.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidmoten/example/
implementation 'com.github.davidmoten:example:1.6.0.2'
// https://jarcasting.com/artifacts/com.github.davidmoten/example/
implementation ("com.github.davidmoten:example:1.6.0.2")
'com.github.davidmoten:example:jar:1.6.0.2'
<dependency org="com.github.davidmoten" name="example" rev="1.6.0.2">
<artifact name="example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='example', version='1.6.0.2')
)
libraryDependencies += "com.github.davidmoten" % "example" % "1.6.0.2"
[com.github.davidmoten/example "1.6.0.2"]