License |
License |
---|---|
GroupId | GroupIdorg.randombits.supplier |
ArtifactId | ArtifactIdsupplier-core-project |
Last Version | Last Version1.0.10 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionRB Supplier - Core - Project
The Supplier Plugin provides a simple way for plugins to provide data access points to their own APIs
that can be used across multiple other plugin, such as the Reporting Plugin, Linking and Scaffolding, for
example.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
supplier-core-project-1.0.10.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.randombits.supplier/supplier-core-project/ -->
<dependency>
<groupId>org.randombits.supplier</groupId>
<artifactId>supplier-core-project</artifactId>
<version>1.0.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.randombits.supplier/supplier-core-project/
implementation 'org.randombits.supplier:supplier-core-project:1.0.10'
// https://jarcasting.com/artifacts/org.randombits.supplier/supplier-core-project/
implementation ("org.randombits.supplier:supplier-core-project:1.0.10")
'org.randombits.supplier:supplier-core-project:pom:1.0.10'
<dependency org="org.randombits.supplier" name="supplier-core-project" rev="1.0.10">
<artifact name="supplier-core-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.randombits.supplier', module='supplier-core-project', version='1.0.10')
)
libraryDependencies += "org.randombits.supplier" % "supplier-core-project" % "1.0.10"
[org.randombits.supplier/supplier-core-project "1.0.10"]