GroupId | GroupIdorg.smyld.app.pe |
---|---|
ArtifactId | ArtifactIdPECore |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
PECore-1.0.4.pom | |
PECore-1.0.4.jar | 10 KB |
PECore-1.0.4-sources.jar | 7 KB |
PECore-1.0.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.smyld.app.pe/PECore/
implementation 'org.smyld.app.pe:PECore:1.0.4'
// https://jarcasting.com/artifacts/org.smyld.app.pe/PECore/
implementation ("org.smyld.app.pe:PECore:1.0.4")
'org.smyld.app.pe:PECore:jar:1.0.4'
<dependency org="org.smyld.app.pe" name="PECore" rev="1.0.4">
<artifact name="PECore" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smyld.app.pe', module='PECore', version='1.0.4')
)
libraryDependencies += "org.smyld.app.pe" % "PECore" % "1.0.4"
[org.smyld.app.pe/PECore "1.0.4"]