| License |
License |
|---|---|
| GroupId | GroupIdcom.funnelback |
| ArtifactId | ArtifactIdplugin-archetypes |
| Version | Version16.4.0 |
| Type | Typejar |
| Description |
DescriptionArchetype for a plugin for the Funnelback Enterprise Search Engine
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| plugin-archetypes-16.4.0.pom | |
| plugin-archetypes-16.4.0.jar | 20 KB |
| plugin-archetypes-16.4.0-sources.jar | 17 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.funnelback/plugin-archetypes/ -->
<dependency>
<groupId>com.funnelback</groupId>
<artifactId>plugin-archetypes</artifactId>
<version>16.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.funnelback/plugin-archetypes/
implementation 'com.funnelback:plugin-archetypes:16.4.0'
// https://jarcasting.com/artifacts/com.funnelback/plugin-archetypes/
implementation ("com.funnelback:plugin-archetypes:16.4.0")
'com.funnelback:plugin-archetypes:jar:16.4.0'
<dependency org="com.funnelback" name="plugin-archetypes" rev="16.4.0">
<artifact name="plugin-archetypes" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.funnelback', module='plugin-archetypes', version='16.4.0')
)
libraryDependencies += "com.funnelback" % "plugin-archetypes" % "16.4.0"
[com.funnelback/plugin-archetypes "16.4.0"]