License |
License |
---|---|
GroupId | GroupIdcom.github.tyrion9 |
ArtifactId | ArtifactIdmtask |
Version | Version0.0.1 |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Filename | Size |
---|---|
mtask-0.0.1.pom | |
mtask-0.0.1.jar | 30 KB |
mtask-0.0.1-sources.jar | 12 KB |
mtask-0.0.1-javadoc.jar | 114 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tyrion9/mtask/ -->
<dependency>
<groupId>com.github.tyrion9</groupId>
<artifactId>mtask</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tyrion9/mtask/
implementation 'com.github.tyrion9:mtask:0.0.1'
// https://jarcasting.com/artifacts/com.github.tyrion9/mtask/
implementation ("com.github.tyrion9:mtask:0.0.1")
'com.github.tyrion9:mtask:jar:0.0.1'
<dependency org="com.github.tyrion9" name="mtask" rev="0.0.1">
<artifact name="mtask" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tyrion9', module='mtask', version='0.0.1')
)
libraryDependencies += "com.github.tyrion9" % "mtask" % "0.0.1"
[com.github.tyrion9/mtask "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.1.2.RELEASE |
org.springframework.boot : spring-boot-starter-jetty | jar | 2.1.2.RELEASE |
org.springframework.boot : spring-boot-starter-websocket | jar | 2.1.2.RELEASE |
org.apache.commons : commons-lang3 | jar | 3.8.1 |
org.yaml : snakeyaml | jar | 1.23 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.4 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.2.RELEASE |