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