GroupId | GroupIdcom.github.paulosalonso |
---|---|
ArtifactId | ArtifactIdcrud-api-base |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
crud-api-base-1.0.4.pom | |
crud-api-base-1.0.4.jar | 114 KB |
crud-api-base-1.0.4-sources.jar | 54 KB |
crud-api-base-1.0.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.paulosalonso/crud-api-base/
implementation 'com.github.paulosalonso:crud-api-base:1.0.4'
// https://jarcasting.com/artifacts/com.github.paulosalonso/crud-api-base/
implementation ("com.github.paulosalonso:crud-api-base:1.0.4")
'com.github.paulosalonso:crud-api-base:jar:1.0.4'
<dependency org="com.github.paulosalonso" name="crud-api-base" rev="1.0.4">
<artifact name="crud-api-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.paulosalonso', module='crud-api-base', version='1.0.4')
)
libraryDependencies += "com.github.paulosalonso" % "crud-api-base" % "1.0.4"
[com.github.paulosalonso/crud-api-base "1.0.4"]