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