License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdorg.dbrain.platform |
ArtifactId | ArtifactIdtest |
Last Version | Last Version1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionDefines external dependencies.
|
Filename | Size |
---|---|
test-1.pom | 944 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.dbrain.platform/test/ -->
<dependency>
<groupId>org.dbrain.platform</groupId>
<artifactId>test</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.dbrain.platform/test/
implementation 'org.dbrain.platform:test:1'
// https://jarcasting.com/artifacts/org.dbrain.platform/test/
implementation ("org.dbrain.platform:test:1")
'org.dbrain.platform:test:pom:1'
<dependency org="org.dbrain.platform" name="test" rev="1">
<artifact name="test" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.dbrain.platform', module='test', version='1')
)
libraryDependencies += "org.dbrain.platform" % "test" % "1"
[org.dbrain.platform/test "1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.h2database : h2 | jar | 1.4.185 |