Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.jpattern |
ArtifactId | ArtifactIdjporm-test-base-db-script |
Version | Version4.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.jpattern/jporm-test-base-db-script/ -->
<dependency>
<groupId>com.jpattern</groupId>
<artifactId>jporm-test-base-db-script</artifactId>
<version>4.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jpattern/jporm-test-base-db-script/
implementation 'com.jpattern:jporm-test-base-db-script:4.3.0'
// https://jarcasting.com/artifacts/com.jpattern/jporm-test-base-db-script/
implementation ("com.jpattern:jporm-test-base-db-script:4.3.0")
'com.jpattern:jporm-test-base-db-script:jar:4.3.0'
<dependency org="com.jpattern" name="jporm-test-base-db-script" rev="4.3.0">
<artifact name="jporm-test-base-db-script" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jpattern', module='jporm-test-base-db-script', version='4.3.0')
)
libraryDependencies += "com.jpattern" % "jporm-test-base-db-script" % "4.3.0"
[com.jpattern/jporm-test-base-db-script "4.3.0"]