GroupId | GroupIdorg.smyld.app.pe |
---|---|
ArtifactId | ArtifactIdPECore |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
PECore-1.0.6.pom | |
PECore-1.0.6.jar | 10 KB |
PECore-1.0.6-sources.jar | 7 KB |
PECore-1.0.6-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.smyld.app.pe/PECore/ -->
<dependency>
<groupId>org.smyld.app.pe</groupId>
<artifactId>PECore</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.smyld.app.pe/PECore/
implementation 'org.smyld.app.pe:PECore:1.0.6'
// https://jarcasting.com/artifacts/org.smyld.app.pe/PECore/
implementation ("org.smyld.app.pe:PECore:1.0.6")
'org.smyld.app.pe:PECore:jar:1.0.6'
<dependency org="org.smyld.app.pe" name="PECore" rev="1.0.6">
<artifact name="PECore" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smyld.app.pe', module='PECore', version='1.0.6')
)
libraryDependencies += "org.smyld.app.pe" % "PECore" % "1.0.6"
[org.smyld.app.pe/PECore "1.0.6"]