Categories |
CategoriesSquare Business Logic Libraries Financial |
---|---|
GroupId | GroupIdcom.plotsquared |
ArtifactId | ArtifactIdPlotSquared-Core |
Version | Version6.1.1 |
Type | Typepom |
Filename | Size |
---|---|
PlotSquared-Core-6.1.1.pom | |
PlotSquared-Core-6.1.1-sources.jar | 902 KB |
PlotSquared-Core-6.1.1-javadoc.jar | 2 MB |
PlotSquared-Core-6.1.1-jar.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.plotsquared/PlotSquared-Core/ -->
<dependency>
<groupId>com.plotsquared</groupId>
<artifactId>PlotSquared-Core</artifactId>
<version>6.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.plotsquared/PlotSquared-Core/
implementation 'com.plotsquared:PlotSquared-Core:6.1.1'
// https://jarcasting.com/artifacts/com.plotsquared/PlotSquared-Core/
implementation ("com.plotsquared:PlotSquared-Core:6.1.1")
'com.plotsquared:PlotSquared-Core:pom:6.1.1'
<dependency org="com.plotsquared" name="PlotSquared-Core" rev="6.1.1">
<artifact name="PlotSquared-Core" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.plotsquared', module='PlotSquared-Core', version='6.1.1')
)
libraryDependencies += "com.plotsquared" % "PlotSquared-Core" % "6.1.1"
[com.plotsquared/PlotSquared-Core "6.1.1"]