License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdcom.github.hioo520 |
ArtifactId | ArtifactIdfunction-auto |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfunction-auto
a simple java api for function auto. Enhanced processing java function...
|
Project URL |
Project URL |
Filename | Size |
---|---|
function-auto-1.0.1.pom | |
function-auto-1.0.1.jar | 2 KB |
function-auto-1.0.1-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hioo520/function-auto/ -->
<dependency>
<groupId>com.github.hioo520</groupId>
<artifactId>function-auto</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hioo520/function-auto/
implementation 'com.github.hioo520:function-auto:1.0.1'
// https://jarcasting.com/artifacts/com.github.hioo520/function-auto/
implementation ("com.github.hioo520:function-auto:1.0.1")
'com.github.hioo520:function-auto:jar:1.0.1'
<dependency org="com.github.hioo520" name="function-auto" rev="1.0.1">
<artifact name="function-auto" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hioo520', module='function-auto', version='1.0.1')
)
libraryDependencies += "com.github.hioo520" % "function-auto" % "1.0.1"
[com.github.hioo520/function-auto "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.hioo520 : collections-plus | jar | 1.4.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.projectlombok : lombok | jar | 1.18.6 |
org.springframework : spring-test | jar | 5.1.5.RELEASE |