License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.wudgaby.platform |
ArtifactId | ArtifactIdbasis-project |
Version | Version1.0.0 |
Type | Typepom |
Description |
Description |
Filename | Size |
---|---|
basis-project-1.0.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wudgaby.platform/basis-project/ -->
<dependency>
<groupId>com.wudgaby.platform</groupId>
<artifactId>basis-project</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.wudgaby.platform/basis-project/
implementation 'com.wudgaby.platform:basis-project:1.0.0'
// https://jarcasting.com/artifacts/com.wudgaby.platform/basis-project/
implementation ("com.wudgaby.platform:basis-project:1.0.0")
'com.wudgaby.platform:basis-project:pom:1.0.0'
<dependency org="com.wudgaby.platform" name="basis-project" rev="1.0.0">
<artifact name="basis-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.wudgaby.platform', module='basis-project', version='1.0.0')
)
libraryDependencies += "com.wudgaby.platform" % "basis-project" % "1.0.0"
[com.wudgaby.platform/basis-project "1.0.0"]