| GroupId | GroupIdtech.magratheaai |
|---|---|
| ArtifactId | ArtifactIdextension-api |
| Version | Version0.1.10 |
| Type | Typejar |
| Filename | Size |
|---|---|
| extension-api-0.1.10.pom | |
| extension-api-0.1.10.jar | 56 KB |
| extension-api-0.1.10-sources.jar | 19 KB |
| extension-api-0.1.10-javadoc.jar | 345 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/tech.magratheaai/extension-api/ -->
<dependency>
<groupId>tech.magratheaai</groupId>
<artifactId>extension-api</artifactId>
<version>0.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/tech.magratheaai/extension-api/
implementation 'tech.magratheaai:extension-api:0.1.10'
// https://jarcasting.com/artifacts/tech.magratheaai/extension-api/
implementation ("tech.magratheaai:extension-api:0.1.10")
'tech.magratheaai:extension-api:jar:0.1.10'
<dependency org="tech.magratheaai" name="extension-api" rev="0.1.10">
<artifact name="extension-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.magratheaai', module='extension-api', version='0.1.10')
)
libraryDependencies += "tech.magratheaai" % "extension-api" % "0.1.10"
[tech.magratheaai/extension-api "0.1.10"]