| License |
License |
|---|---|
| GroupId | GroupIdtop.cheesetree.btx.project |
| ArtifactId | ArtifactIdbtx-archetype |
| Last Version | Last Version1.2.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionAn enterprise-level development framework based on springboot
|
| Filename | Size |
|---|---|
| btx-archetype-1.2.0.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/top.cheesetree.btx.project/btx-archetype/ -->
<dependency>
<groupId>top.cheesetree.btx.project</groupId>
<artifactId>btx-archetype</artifactId>
<version>1.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/top.cheesetree.btx.project/btx-archetype/
implementation 'top.cheesetree.btx.project:btx-archetype:1.2.0'
// https://jarcasting.com/artifacts/top.cheesetree.btx.project/btx-archetype/
implementation ("top.cheesetree.btx.project:btx-archetype:1.2.0")
'top.cheesetree.btx.project:btx-archetype:pom:1.2.0'
<dependency org="top.cheesetree.btx.project" name="btx-archetype" rev="1.2.0">
<artifact name="btx-archetype" type="pom" />
</dependency>
@Grapes(
@Grab(group='top.cheesetree.btx.project', module='btx-archetype', version='1.2.0')
)
libraryDependencies += "top.cheesetree.btx.project" % "btx-archetype" % "1.2.0"
[top.cheesetree.btx.project/btx-archetype "1.2.0"]