License |
License |
---|---|
GroupId | GroupIdcom.github.paganini2008 |
ArtifactId | ArtifactIddevtools |
Version | Version2.0.1 |
Type | Typepom |
Description |
Descriptiondevtools
A series of useful tools for quick developing
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
devtools-2.0.1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.paganini2008/devtools/ -->
<dependency>
<groupId>com.github.paganini2008</groupId>
<artifactId>devtools</artifactId>
<version>2.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.paganini2008/devtools/
implementation 'com.github.paganini2008:devtools:2.0.1'
// https://jarcasting.com/artifacts/com.github.paganini2008/devtools/
implementation ("com.github.paganini2008:devtools:2.0.1")
'com.github.paganini2008:devtools:pom:2.0.1'
<dependency org="com.github.paganini2008" name="devtools" rev="2.0.1">
<artifact name="devtools" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.paganini2008', module='devtools', version='2.0.1')
)
libraryDependencies += "com.github.paganini2008" % "devtools" % "2.0.1"
[com.github.paganini2008/devtools "2.0.1"]