GroupId | GroupIdorg.realityforge.proton |
---|---|
ArtifactId | ArtifactIdproton-core |
Version | Version0.36 |
Type | Typejar |
Filename | Size |
---|---|
proton-core-0.36.pom | |
proton-core-0.36.jar | 55 KB |
proton-core-0.36-sources.jar | 21 KB |
proton-core-0.36-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.realityforge.proton/proton-core/ -->
<dependency>
<groupId>org.realityforge.proton</groupId>
<artifactId>proton-core</artifactId>
<version>0.36</version>
</dependency>
// https://jarcasting.com/artifacts/org.realityforge.proton/proton-core/
implementation 'org.realityforge.proton:proton-core:0.36'
// https://jarcasting.com/artifacts/org.realityforge.proton/proton-core/
implementation ("org.realityforge.proton:proton-core:0.36")
'org.realityforge.proton:proton-core:jar:0.36'
<dependency org="org.realityforge.proton" name="proton-core" rev="0.36">
<artifact name="proton-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.realityforge.proton', module='proton-core', version='0.36')
)
libraryDependencies += "org.realityforge.proton" % "proton-core" % "0.36"
[org.realityforge.proton/proton-core "0.36"]