GroupId | GroupIdio.github.portlek |
---|---|
ArtifactId | ArtifactIdpatty |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
patty-1.1.pom | |
patty-1.1.jar | 2 MB |
patty-1.1-sources.jar | 26 KB |
patty-1.1-javadoc.jar | 358 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.portlek/patty/ -->
<dependency>
<groupId>io.github.portlek</groupId>
<artifactId>patty</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.portlek/patty/
implementation 'io.github.portlek:patty:1.1'
// https://jarcasting.com/artifacts/io.github.portlek/patty/
implementation ("io.github.portlek:patty:1.1")
'io.github.portlek:patty:jar:1.1'
<dependency org="io.github.portlek" name="patty" rev="1.1">
<artifact name="patty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.portlek', module='patty', version='1.1')
)
libraryDependencies += "io.github.portlek" % "patty" % "1.1"
[io.github.portlek/patty "1.1"]