GroupId | GroupIdcom.pengyifan.bioc |
---|---|
ArtifactId | ArtifactIdpengyifan-bioc |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
pengyifan-bioc-1.0.1.pom | |
pengyifan-bioc-1.0.1.jar | 40 KB |
pengyifan-bioc-1.0.1-sources.jar | 29 KB |
pengyifan-bioc-1.0.1-javadoc.jar | 139 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pengyifan.bioc/pengyifan-bioc/ -->
<dependency>
<groupId>com.pengyifan.bioc</groupId>
<artifactId>pengyifan-bioc</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.pengyifan.bioc/pengyifan-bioc/
implementation 'com.pengyifan.bioc:pengyifan-bioc:1.0.1'
// https://jarcasting.com/artifacts/com.pengyifan.bioc/pengyifan-bioc/
implementation ("com.pengyifan.bioc:pengyifan-bioc:1.0.1")
'com.pengyifan.bioc:pengyifan-bioc:jar:1.0.1'
<dependency org="com.pengyifan.bioc" name="pengyifan-bioc" rev="1.0.1">
<artifact name="pengyifan-bioc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pengyifan.bioc', module='pengyifan-bioc', version='1.0.1')
)
libraryDependencies += "com.pengyifan.bioc" % "pengyifan-bioc" % "1.0.1"
[com.pengyifan.bioc/pengyifan-bioc "1.0.1"]