GroupId | GroupIdcom.github.gustavovitor |
---|---|
ArtifactId | ArtifactIdmaker-sql |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
maker-sql-1.0.0.pom | |
maker-sql-1.0.0.jar | 11 KB |
maker-sql-1.0.0-sources.jar | 5 KB |
maker-sql-1.0.0-javadoc.jar | 432 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gustavovitor/maker-sql/ -->
<dependency>
<groupId>com.github.gustavovitor</groupId>
<artifactId>maker-sql</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gustavovitor/maker-sql/
implementation 'com.github.gustavovitor:maker-sql:1.0.0'
// https://jarcasting.com/artifacts/com.github.gustavovitor/maker-sql/
implementation ("com.github.gustavovitor:maker-sql:1.0.0")
'com.github.gustavovitor:maker-sql:jar:1.0.0'
<dependency org="com.github.gustavovitor" name="maker-sql" rev="1.0.0">
<artifact name="maker-sql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gustavovitor', module='maker-sql', version='1.0.0')
)
libraryDependencies += "com.github.gustavovitor" % "maker-sql" % "1.0.0"
[com.github.gustavovitor/maker-sql "1.0.0"]