GroupId | GroupIdcom.github.eirslett |
---|---|
ArtifactId | ArtifactIdfrontend-plugins |
Version | Version1.5 |
Type | Typepom |
Filename | Size |
---|---|
frontend-plugins-1.5.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.eirslett/frontend-plugins/ -->
<dependency>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-plugins</artifactId>
<version>1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.eirslett/frontend-plugins/
implementation 'com.github.eirslett:frontend-plugins:1.5'
// https://jarcasting.com/artifacts/com.github.eirslett/frontend-plugins/
implementation ("com.github.eirslett:frontend-plugins:1.5")
'com.github.eirslett:frontend-plugins:pom:1.5'
<dependency org="com.github.eirslett" name="frontend-plugins" rev="1.5">
<artifact name="frontend-plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.eirslett', module='frontend-plugins', version='1.5')
)
libraryDependencies += "com.github.eirslett" % "frontend-plugins" % "1.5"
[com.github.eirslett/frontend-plugins "1.5"]