<dependency>
<groupId>com.tooonly</groupId>
<artifactId>mixin-java-sdk</artifactId>
<version>1.0.0-Release</version>
</dependency>
@Grapes(
@Grab(group='com.tooonly', module='mixin-java-sdk', version='1.0.0-Release')
)
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.6.1</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter-web
|-- com.google.guava:guava:26.0-jre
|-- commons-codec:commons-codec:1.11
|-- com.squareup.okio:okio:2.2.1
|-- com.squareup.okhttp3:okhttp:3.12.1
|-- com.google.code.gson:gson:2.8.5
|-- net.i2p.crypto:eddsa:0.3.0
|-- commons-lang:commons-lang:2.5
|-- junit:junit:4.12
|-- org.springframework.boot:spring-boot-starter-log4j:1.3.8.RELEASE
provided
|-- org.springframework.boot:spring-boot-starter-tomcat
test