Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.masiuchi |
ArtifactId | ArtifactIdmt-data-api |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
mt-data-api-0.0.1.pom | |
mt-data-api-0.0.1.jar | 24 KB |
mt-data-api-0.0.1-sources.jar | 11 KB |
mt-data-api-0.0.1-javadoc.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.masiuchi/mt-data-api/ -->
<dependency>
<groupId>com.github.masiuchi</groupId>
<artifactId>mt-data-api</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.masiuchi/mt-data-api/
implementation 'com.github.masiuchi:mt-data-api:0.0.1'
// https://jarcasting.com/artifacts/com.github.masiuchi/mt-data-api/
implementation ("com.github.masiuchi:mt-data-api:0.0.1")
'com.github.masiuchi:mt-data-api:jar:0.0.1'
<dependency org="com.github.masiuchi" name="mt-data-api" rev="0.0.1">
<artifact name="mt-data-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.masiuchi', module='mt-data-api', version='0.0.1')
)
libraryDependencies += "com.github.masiuchi" % "mt-data-api" % "0.0.1"
[com.github.masiuchi/mt-data-api "0.0.1"]