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