GroupId | GroupIdcom.github.m50d |
---|---|
ArtifactId | ArtifactIdpaperdoll-core |
Version | Version0.4 |
Type | Typejar |
Filename | Size |
---|---|
paperdoll-core-0.4.pom | |
paperdoll-core-0.4.jar | 127 KB |
paperdoll-core-0.4-sources.jar | 13 KB |
paperdoll-core-0.4-javadoc.jar | 465 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.m50d/paperdoll-core/ -->
<dependency>
<groupId>com.github.m50d</groupId>
<artifactId>paperdoll-core</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.m50d/paperdoll-core/
implementation 'com.github.m50d:paperdoll-core:0.4'
// https://jarcasting.com/artifacts/com.github.m50d/paperdoll-core/
implementation ("com.github.m50d:paperdoll-core:0.4")
'com.github.m50d:paperdoll-core:jar:0.4'
<dependency org="com.github.m50d" name="paperdoll-core" rev="0.4">
<artifact name="paperdoll-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.m50d', module='paperdoll-core', version='0.4')
)
libraryDependencies += "com.github.m50d" % "paperdoll-core" % "0.4"
[com.github.m50d/paperdoll-core "0.4"]