GroupId | GroupIdcom.github.paulosalonso |
---|---|
ArtifactId | ArtifactIdcrud-api-base |
Version | Version0.0.1.RP |
Type | Typejar |
Filename | Size |
---|---|
crud-api-base-0.0.1.RP.pom | |
crud-api-base-0.0.1.RP.jar | 72 KB |
crud-api-base-0.0.1.RP-sources.jar | 36 KB |
crud-api-base-0.0.1.RP-javadoc.jar | 730 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.paulosalonso/crud-api-base/ -->
<dependency>
<groupId>com.github.paulosalonso</groupId>
<artifactId>crud-api-base</artifactId>
<version>0.0.1.RP</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.paulosalonso/crud-api-base/
implementation 'com.github.paulosalonso:crud-api-base:0.0.1.RP'
// https://jarcasting.com/artifacts/com.github.paulosalonso/crud-api-base/
implementation ("com.github.paulosalonso:crud-api-base:0.0.1.RP")
'com.github.paulosalonso:crud-api-base:jar:0.0.1.RP'
<dependency org="com.github.paulosalonso" name="crud-api-base" rev="0.0.1.RP">
<artifact name="crud-api-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.paulosalonso', module='crud-api-base', version='0.0.1.RP')
)
libraryDependencies += "com.github.paulosalonso" % "crud-api-base" % "0.0.1.RP"
[com.github.paulosalonso/crud-api-base "0.0.1.RP"]