License |
License |
---|---|
GroupId | GroupIdcom.gomcarter.frameworks |
ArtifactId | ArtifactIdall |
Last Version | Last Version2.0.8 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionall
the spring web base artifact
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
all-2.0.8.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gomcarter.frameworks/all/ -->
<dependency>
<groupId>com.gomcarter.frameworks</groupId>
<artifactId>all</artifactId>
<version>2.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gomcarter.frameworks/all/
implementation 'com.gomcarter.frameworks:all:2.0.8'
// https://jarcasting.com/artifacts/com.gomcarter.frameworks/all/
implementation ("com.gomcarter.frameworks:all:2.0.8")
'com.gomcarter.frameworks:all:pom:2.0.8'
<dependency org="com.gomcarter.frameworks" name="all" rev="2.0.8">
<artifact name="all" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gomcarter.frameworks', module='all', version='2.0.8')
)
libraryDependencies += "com.gomcarter.frameworks" % "all" % "2.0.8"
[com.gomcarter.frameworks/all "2.0.8"]