License |
License |
---|---|
Categories |
CategoriesNet Realm Data Databases |
GroupId | GroupIdnet.jamesandrew |
ArtifactId | ArtifactIdRealmLib |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionRealmLib
Library for simplified spigot plugin development
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
RealmLib-1.0.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.jamesandrew/RealmLib/ -->
<dependency>
<groupId>net.jamesandrew</groupId>
<artifactId>RealmLib</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.jamesandrew/RealmLib/
implementation 'net.jamesandrew:RealmLib:1.0.0'
// https://jarcasting.com/artifacts/net.jamesandrew/RealmLib/
implementation ("net.jamesandrew:RealmLib:1.0.0")
'net.jamesandrew:RealmLib:pom:1.0.0'
<dependency org="net.jamesandrew" name="RealmLib" rev="1.0.0">
<artifact name="RealmLib" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.jamesandrew', module='RealmLib', version='1.0.0')
)
libraryDependencies += "net.jamesandrew" % "RealmLib" % "1.0.0"
[net.jamesandrew/RealmLib "1.0.0"]