GroupId | GroupIdcom.github.paulosalonso |
---|---|
ArtifactId | ArtifactIdcrud-api-base |
Version | Version0.0.2-RP |
Type | Typejar |
Filename | Size |
---|---|
crud-api-base-0.0.2-RP.pom | |
crud-api-base-0.0.2-RP.jar | 77 KB |
crud-api-base-0.0.2-RP-sources.jar | 38 KB |
crud-api-base-0.0.2-RP-javadoc.jar | 765 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.2-RP</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.paulosalonso/crud-api-base/
implementation 'com.github.paulosalonso:crud-api-base:0.0.2-RP'
// https://jarcasting.com/artifacts/com.github.paulosalonso/crud-api-base/
implementation ("com.github.paulosalonso:crud-api-base:0.0.2-RP")
'com.github.paulosalonso:crud-api-base:jar:0.0.2-RP'
<dependency org="com.github.paulosalonso" name="crud-api-base" rev="0.0.2-RP">
<artifact name="crud-api-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.paulosalonso', module='crud-api-base', version='0.0.2-RP')
)
libraryDependencies += "com.github.paulosalonso" % "crud-api-base" % "0.0.2-RP"
[com.github.paulosalonso/crud-api-base "0.0.2-RP"]