Sha256: 1f0306a7744a2e84cade89392cea0870f4e73978b9b1533a26fc3ad3949867ba
Contents?: true
Size: 395 Bytes
Versions: 44
Compression:
Stored size: 395 Bytes
Contents
package org.embulk.input.marketo; import org.embulk.base.restclient.RestClientInputPluginBase; /** * Created by tai.khuu on 8/22/17. */ public class MarketoInputPlugin extends RestClientInputPluginBase<MarketoInputPluginDelegate.PluginTask> { public MarketoInputPlugin() { super(MarketoInputPluginDelegate.PluginTask.class, new MarketoInputPluginDelegate()); } }
Version data entries
44 entries across 44 versions & 4 rubygems