License |
License |
---|---|
GroupId | GroupIdcom.github.sylphlike |
ArtifactId | ArtifactIdframework-web |
Last Version | Last Version1.0.0-SYLPHLIKE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.sylphlike/framework-web/ -->
<dependency>
<groupId>com.github.sylphlike</groupId>
<artifactId>framework-web</artifactId>
<version>1.0.0-SYLPHLIKE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sylphlike/framework-web/
implementation 'com.github.sylphlike:framework-web:1.0.0-SYLPHLIKE'
// https://jarcasting.com/artifacts/com.github.sylphlike/framework-web/
implementation ("com.github.sylphlike:framework-web:1.0.0-SYLPHLIKE")
'com.github.sylphlike:framework-web:jar:1.0.0-SYLPHLIKE'
<dependency org="com.github.sylphlike" name="framework-web" rev="1.0.0-SYLPHLIKE">
<artifact name="framework-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sylphlike', module='framework-web', version='1.0.0-SYLPHLIKE')
)
libraryDependencies += "com.github.sylphlike" % "framework-web" % "1.0.0-SYLPHLIKE"
[com.github.sylphlike/framework-web "1.0.0-SYLPHLIKE"]