GroupId | GroupIdcom.github.yuyenews |
---|---|
ArtifactId | ArtifactIdmars-ioc |
Version | Version2.1.5 |
Type | Typejar |
Filename | Size |
---|---|
mars-ioc-2.1.5.pom | |
mars-ioc-2.1.5.jar | 6 KB |
mars-ioc-2.1.5-sources.jar | 3 KB |
mars-ioc-2.1.5-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yuyenews/mars-ioc/ -->
<dependency>
<groupId>com.github.yuyenews</groupId>
<artifactId>mars-ioc</artifactId>
<version>2.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yuyenews/mars-ioc/
implementation 'com.github.yuyenews:mars-ioc:2.1.5'
// https://jarcasting.com/artifacts/com.github.yuyenews/mars-ioc/
implementation ("com.github.yuyenews:mars-ioc:2.1.5")
'com.github.yuyenews:mars-ioc:jar:2.1.5'
<dependency org="com.github.yuyenews" name="mars-ioc" rev="2.1.5">
<artifact name="mars-ioc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yuyenews', module='mars-ioc', version='2.1.5')
)
libraryDependencies += "com.github.yuyenews" % "mars-ioc" % "2.1.5"
[com.github.yuyenews/mars-ioc "2.1.5"]