GroupId | GroupIdcom.github.elopteryx |
---|---|
ArtifactId | ArtifactIdpaint-upload |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
paint-upload-1.0.0.pom | |
paint-upload-1.0.0.jar | 29 KB |
paint-upload-1.0.0-sources.jar | 23 KB |
paint-upload-1.0.0-javadoc.jar | 95 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.elopteryx/paint-upload/ -->
<dependency>
<groupId>com.github.elopteryx</groupId>
<artifactId>paint-upload</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.elopteryx/paint-upload/
implementation 'com.github.elopteryx:paint-upload:1.0.0'
// https://jarcasting.com/artifacts/com.github.elopteryx/paint-upload/
implementation ("com.github.elopteryx:paint-upload:1.0.0")
'com.github.elopteryx:paint-upload:jar:1.0.0'
<dependency org="com.github.elopteryx" name="paint-upload" rev="1.0.0">
<artifact name="paint-upload" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.elopteryx', module='paint-upload', version='1.0.0')
)
libraryDependencies += "com.github.elopteryx" % "paint-upload" % "1.0.0"
[com.github.elopteryx/paint-upload "1.0.0"]