License |
License |
---|---|
GroupId | GroupIdcom.iwdnb |
ArtifactId | ArtifactIdblqs |
Version | Version1.0.2 |
Type | Typepom |
Description |
Descriptiona maven plugin for springmvc web api
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
blqs-1.0.2.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.iwdnb/blqs/ -->
<dependency>
<groupId>com.iwdnb</groupId>
<artifactId>blqs</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.iwdnb/blqs/
implementation 'com.iwdnb:blqs:1.0.2'
// https://jarcasting.com/artifacts/com.iwdnb/blqs/
implementation ("com.iwdnb:blqs:1.0.2")
'com.iwdnb:blqs:pom:1.0.2'
<dependency org="com.iwdnb" name="blqs" rev="1.0.2">
<artifact name="blqs" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.iwdnb', module='blqs', version='1.0.2')
)
libraryDependencies += "com.iwdnb" % "blqs" % "1.0.2"
[com.iwdnb/blqs "1.0.2"]