GroupId | GroupIdcom.github.atomashpolskiy |
---|---|
ArtifactId | ArtifactIdexamples |
Version | Version1.6 |
Type | Typejar |
Filename | Size |
---|---|
examples-1.6.pom | |
examples-1.6.jar | 29 KB |
examples-1.6-sources.jar | 20 KB |
examples-1.6-javadoc.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.atomashpolskiy/examples/ -->
<dependency>
<groupId>com.github.atomashpolskiy</groupId>
<artifactId>examples</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.atomashpolskiy/examples/
implementation 'com.github.atomashpolskiy:examples:1.6'
// https://jarcasting.com/artifacts/com.github.atomashpolskiy/examples/
implementation ("com.github.atomashpolskiy:examples:1.6")
'com.github.atomashpolskiy:examples:jar:1.6'
<dependency org="com.github.atomashpolskiy" name="examples" rev="1.6">
<artifact name="examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.atomashpolskiy', module='examples', version='1.6')
)
libraryDependencies += "com.github.atomashpolskiy" % "examples" % "1.6"
[com.github.atomashpolskiy/examples "1.6"]