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