License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
GroupId | GroupIdcom.github.tyrion9 |
ArtifactId | ArtifactIdmtask-spring-boot-autoconfigure |
Version | Version0.0.1 |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.tyrion9/mtask-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.github.tyrion9</groupId>
<artifactId>mtask-spring-boot-autoconfigure</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tyrion9/mtask-spring-boot-autoconfigure/
implementation 'com.github.tyrion9:mtask-spring-boot-autoconfigure:0.0.1'
// https://jarcasting.com/artifacts/com.github.tyrion9/mtask-spring-boot-autoconfigure/
implementation ("com.github.tyrion9:mtask-spring-boot-autoconfigure:0.0.1")
'com.github.tyrion9:mtask-spring-boot-autoconfigure:jar:0.0.1'
<dependency org="com.github.tyrion9" name="mtask-spring-boot-autoconfigure" rev="0.0.1">
<artifact name="mtask-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tyrion9', module='mtask-spring-boot-autoconfigure', version='0.0.1')
)
libraryDependencies += "com.github.tyrion9" % "mtask-spring-boot-autoconfigure" % "0.0.1"
[com.github.tyrion9/mtask-spring-boot-autoconfigure "0.0.1"]
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 |