GroupId | GroupIdcom.github.eirslett |
---|---|
ArtifactId | ArtifactIdfrontend-plugin-core |
Version | Version1.10.2 |
Type | Typejar |
Filename | Size |
---|---|
frontend-plugin-core-1.10.2.pom | |
frontend-plugin-core-1.10.2.jar | 72 KB |
frontend-plugin-core-1.10.2-sources.jar | 36 KB |
frontend-plugin-core-1.10.2-javadoc.jar | 132 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.eirslett/frontend-plugin-core/ -->
<dependency>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-plugin-core</artifactId>
<version>1.10.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.eirslett/frontend-plugin-core/
implementation 'com.github.eirslett:frontend-plugin-core:1.10.2'
// https://jarcasting.com/artifacts/com.github.eirslett/frontend-plugin-core/
implementation ("com.github.eirslett:frontend-plugin-core:1.10.2")
'com.github.eirslett:frontend-plugin-core:jar:1.10.2'
<dependency org="com.github.eirslett" name="frontend-plugin-core" rev="1.10.2">
<artifact name="frontend-plugin-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.eirslett', module='frontend-plugin-core', version='1.10.2')
)
libraryDependencies += "com.github.eirslett" % "frontend-plugin-core" % "1.10.2"
[com.github.eirslett/frontend-plugin-core "1.10.2"]